Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

<[Operator]> filter elements

The operator elements are used by filter elements to describe how the operator will be used to apply the filter. The operator elements are mutually exclusive and contain the same attributes. The operator elements are:

  • <eq> used to describe filtering using an equal operator
  • <neq> used to describe filtering using an not equal operator
  • <lt> used to describe filtering using a less than operator
  • <lte> used to describe filtering using a less than or equal operator
  • <gt> used to describe filtering using a greater than operator
  • <gte> used to describe filtering using a greater than or equal operator
  • <other> used to describe the default case filter (matches when no other filter matches)
  • <always> used to describe a "match-all" filter

Elements

Element

Description

<field>

The string representing the name of the field involved in the filter.

<value>

The value that will be used for the comparison with the field values.

TOCIndex